Html Css Color HEX #8238CC Blue Violet

📋 copy color: '#8238CC'

red 130 ◦ green 56 ◦ blue 204

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

Shades of Blue Violet #8238CC

Tints of Blue Violet #8238CC

RGB

 RED value IS 130 (51.17% from 255) = 33.33%

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

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

R = 33.33%
G = 14.36%
B = 52.31%

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

#8238CC (or 0x8238CC) is known color: Blue Violet. HEX triplet: 82, 38 and CC. RGB value is (130,56,204). Sum of RGB (Red+Green+Blue) = 130+56+204=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #8238CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238CC is #7DC733. Grayscale: #5E5E5E. Windows color (decimal): -8242996 or 13383810. OLE color: 13383810.

HSL color Cylindrical-coordinate representation of color #8238CC: hue angle of 270º 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 #8238CC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 56 204 -
CMYK 0.36 0.73 0 0.2
HSL 270º 0.59% 0.51% -
HSV(B) 270º 0.73% 0.8% -
XYZ 21.52 11.93 58.3 -
YUV 95 189.52 152.97 -
System Red Green Blue C M Y K H S L
Decimal 130 56 204 0.36 0.73 0 0.2 270 0.59 0.51
Hex 82 38 CC 24 49 0 14 10E 3B 33
Octal 202 70 314 44 111 0 24 416 73 63
Binary 10000010 111000 11001100 100100 1001001 0 10100 100001110 111011 110011

Color Harmonies of #8238CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8238CC

Black with #8238CC

Text Example


Text Example

White with #8238CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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