Html Css Color HEX #9647EA Blue Violet

📋 copy color: '#9647EA'

red 150 ◦ green 71 ◦ blue 234

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

Shades of Blue Violet #9647EA

Tints of Blue Violet #9647EA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.6%

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

R = 32.97%
G = 15.6%
B = 51.43%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9647EA (or 0x9647EA) is known color: Blue Violet. HEX triplet: 96, 47 and EA. RGB value is (150,71,234). Sum of RGB (Red+Green+Blue) = 150+71+234=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #9647EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9647EA is #69B815. Grayscale: #707070. Windows color (decimal): -6928406 or 15353750. OLE color: 15353750.

HSL color Cylindrical-coordinate representation of color #9647EA: hue angle of 269.08º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9647EA is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 71 234 -
CMYK 0.36 0.70 0 0.08
HSL 269.08º 0.8% 0.6% -
HSV(B) 269.08º 0.7% 0.92% -
XYZ 29.68 16.93 79.55 -
YUV 113.2 196.17 154.25 -
System Red Green Blue C M Y K H S L
Decimal 150 71 234 0.36 0.70 0 0.08 269.08 0.8 0.6
Hex 96 47 EA 24 46 0 8 10D 50 3C
Octal 226 107 352 44 106 0 10 415 120 74
Binary 10010110 1000111 11101010 100100 1000110 0 1000 100001101 1010000 111100

Color Harmonies of #9647EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9647EA

Black with #9647EA

Text Example


Text Example

White with #9647EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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