Html Css Color HEX #9633FD Blue Violet

📋 copy color: '#9633FD'

red 150 ◦ green 51 ◦ blue 253

#9633FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #9633FD

Tints of Blue Violet #9633FD

RGB

 RED value IS 150 (58.98% from 255) = 33.04%

 GREEN value IS 51 (20.31% from 255) = 11.23%

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 33.04%
G = 11.23%
B = 55.73%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9633FD (or 0x9633FD) is known color: Blue Violet. HEX triplet: 96, 33 and FD. RGB value is (150,51,253). Sum of RGB (Red+Green+Blue) = 150+51+253=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #9633FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9633FD is #69CC02. Grayscale: #666666. Windows color (decimal): -6933507 or 16593814. OLE color: 16593814.

HSL color Cylindrical-coordinate representation of color #9633FD: hue angle of 269.41º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9633FD is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 51 253 -
CMYK 0.41 0.80 0 0.01
HSL 269.41º 0.98% 0.6% -
HSV(B) 269.41º 0.8% 0.99% -
XYZ 31.49 15.94 94.35 -
YUV 103.63 212.3 161.07 -
System Red Green Blue C M Y K H S L
Decimal 150 51 253 0.41 0.80 0 0.01 269.41 0.98 0.6
Hex 96 33 FD 29 50 0 1 10D 62 3C
Octal 226 63 375 51 120 0 1 415 142 74
Binary 10010110 110011 11111101 101001 1010000 0 1 100001101 1100010 111100

Color Harmonies of #9633FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9633FD

Black with #9633FD

Text Example


Text Example

White with #9633FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9633FD; }

 p { color: rgb(150,51,253); }

 H1.HeaderClassName
 {
   color: #9633FD;
 }
 .AnyTagClassName
 {
   color: #9633FD;
 }
</style>

background-color css

<style>
 a { background-color: #9633FD; }

 a { background-color: rgb(150,51,253); }

 div.DivClassName
 {
   background-color: #9633FD;
 }
 .BgClassName
 {
   background-color: #9633FD;
 }
</style>

border-color css

<style>
 span { border-color: #9633FD; }

 span { border-color: rgb(150,51,253); }

 td.TdClassName
 {
   border-color: #9633FD;
 }
 .TagClassName
 {
   border-color: #9633FD;
 }
</style>