Html Css Color HEX #8258CE True V

📋 copy color: '#8258CE'

red 130 ◦ green 88 ◦ blue 206

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

Shades of True V #8258CE

Tints of True V #8258CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.75%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 30.66%
G = 20.75%
B = 48.58%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8258CE (or 0x8258CE) is known color: True V. HEX triplet: 82, 58 and CE. RGB value is (130,88,206). Sum of RGB (Red+Green+Blue) = 130+88+206=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #8258CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258CE is #7DA731. Grayscale: #717171. Windows color (decimal): -8234802 or 13523074. OLE color: 13523074.

HSL color Cylindrical-coordinate representation of color #8258CE: hue angle of 261.36º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8258CE is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 88 206 -
CMYK 0.37 0.57 0 0.19
HSL 261.36º 0.55% 0.58% -
HSV(B) 261.36º 0.57% 0.81% -
XYZ 23.84 16.18 60.26 -
YUV 114.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 130 88 206 0.37 0.57 0 0.19 261.36 0.55 0.58
Hex 82 58 CE 25 39 0 13 105 37 3A
Octal 202 130 316 45 71 0 23 405 67 72
Binary 10000010 1011000 11001110 100101 111001 0 10011 100000101 110111 111010

Color Harmonies of #8258CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258CE

Black with #8258CE

Text Example


Text Example

White with #8258CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8258CE; }

 p { color: rgb(130,88,206); }

 H1.HeaderClassName
 {
   color: #8258CE;
 }
 .AnyTagClassName
 {
   color: #8258CE;
 }
</style>

background-color css

<style>
 a { background-color: #8258CE; }

 a { background-color: rgb(130,88,206); }

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

border-color css

<style>
 span { border-color: #8258CE; }

 span { border-color: rgb(130,88,206); }

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