Html Css Color HEX #9639EA Blue Violet

📋 copy color: '#9639EA'

red 150 ◦ green 57 ◦ blue 234

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

Shades of Blue Violet #9639EA

Tints of Blue Violet #9639EA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.93%

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 34.01%
G = 12.93%
B = 53.06%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9639EA (or 0x9639EA) is known color: Blue Violet. HEX triplet: 96, 39 and EA. RGB value is (150,57,234). Sum of RGB (Red+Green+Blue) = 150+57+234=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #9639EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9639EA is #69C615. Grayscale: #686868. Windows color (decimal): -6931990 or 15350166. OLE color: 15350166.

HSL color Cylindrical-coordinate representation of color #9639EA: hue angle of 271.53º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9639EA is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 57 234 -
CMYK 0.36 0.76 0 0.08
HSL 271.53º 0.81% 0.57% -
HSV(B) 271.53º 0.76% 0.92% -
XYZ 28.89 15.35 79.28 -
YUV 104.99 200.81 160.11 -
System Red Green Blue C M Y K H S L
Decimal 150 57 234 0.36 0.76 0 0.08 271.53 0.81 0.57
Hex 96 39 EA 24 4C 0 8 110 51 39
Octal 226 71 352 44 114 0 10 420 121 71
Binary 10010110 111001 11101010 100100 1001100 0 1000 100010000 1010001 111001

Color Harmonies of #9639EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9639EA

Black with #9639EA

Text Example


Text Example

White with #9639EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9639EA; }

 p { color: rgb(150,57,234); }

 H1.HeaderClassName
 {
   color: #9639EA;
 }
 .AnyTagClassName
 {
   color: #9639EA;
 }
</style>

background-color css

<style>
 a { background-color: #9639EA; }

 a { background-color: rgb(150,57,234); }

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

border-color css

<style>
 span { border-color: #9639EA; }

 span { border-color: rgb(150,57,234); }

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