Html Css Color HEX #8334CC Blue Violet

📋 copy color: '#8334CC'

red 131 ◦ green 52 ◦ blue 204

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

Shades of Blue Violet #8334CC

Tints of Blue Violet #8334CC

RGB

 RED value IS 131 (51.56% from 255) = 33.85%

 GREEN value IS 52 (20.7% from 255) = 13.44%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 33.85%
G = 13.44%
B = 52.71%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8334CC (or 0x8334CC) is known color: Blue Violet. HEX triplet: 83, 34 and CC. RGB value is (131,52,204). Sum of RGB (Red+Green+Blue) = 131+52+204=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #8334CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334CC is #7CCB33. Grayscale: #5C5C5C. Windows color (decimal): -8178484 or 13382787. OLE color: 13382787.

HSL color Cylindrical-coordinate representation of color #8334CC: hue angle of 271.18º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8334CC is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 52 204 -
CMYK 0.36 0.75 0 0.2
HSL 271.18º 0.6% 0.5% -
HSV(B) 271.18º 0.75% 0.8% -
XYZ 21.49 11.64 58.24 -
YUV 92.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 131 52 204 0.36 0.75 0 0.2 271.18 0.6 0.5
Hex 83 34 CC 24 4B 0 14 10F 3C 32
Octal 203 64 314 44 113 0 24 417 74 62
Binary 10000011 110100 11001100 100100 1001011 0 10100 100001111 111100 110010

Color Harmonies of #8334CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8334CC

Black with #8334CC

Text Example


Text Example

White with #8334CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8334CC; }

 p { color: rgb(131,52,204); }

 H1.HeaderClassName
 {
   color: #8334CC;
 }
 .AnyTagClassName
 {
   color: #8334CC;
 }
</style>

background-color css

<style>
 a { background-color: #8334CC; }

 a { background-color: rgb(131,52,204); }

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

border-color css

<style>
 span { border-color: #8334CC; }

 span { border-color: rgb(131,52,204); }

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