Html Css Color HEX #8338CC Blue Violet

📋 copy color: '#8338CC'

red 131 ◦ green 56 ◦ blue 204

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

Shades of Blue Violet #8338CC

Tints of Blue Violet #8338CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

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

R = 33.5%
G = 14.32%
B = 52.17%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8338CC (or 0x8338CC) is known color: Blue Violet. HEX triplet: 83, 38 and CC. RGB value is (131,56,204). Sum of RGB (Red+Green+Blue) = 131+56+204=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #8338CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338CC is #7CC733. Grayscale: #5E5E5E. Windows color (decimal): -8177460 or 13383811. OLE color: 13383811.

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

Color convert

RGB 131 56 204 -
CMYK 0.36 0.73 0 0.2
HSL 270.41º 0.59% 0.51% -
HSV(B) 270.41º 0.73% 0.8% -
XYZ 21.67 12.01 58.3 -
YUV 95.3 189.35 153.47 -
System Red Green Blue C M Y K H S L
Decimal 131 56 204 0.36 0.73 0 0.2 270.41 0.59 0.51
Hex 83 38 CC 24 49 0 14 10E 3B 33
Octal 203 70 314 44 111 0 24 416 73 63
Binary 10000011 111000 11001100 100100 1001001 0 10100 100001110 111011 110011

Color Harmonies of #8338CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8338CC

Black with #8338CC

Text Example


Text Example

White with #8338CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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