Html Css Color HEX #947BCB True V

📋 copy color: '#947BCB'

red 148 ◦ green 123 ◦ blue 203

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

Shades of True V #947BCB

Tints of True V #947BCB

RGB

 RED value IS 148 (58.2% from 255) = 31.22%

 GREEN value IS 123 (48.44% from 255) = 25.95%

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 31.22%
G = 25.95%
B = 42.83%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#947BCB (or 0x947BCB) is known color: True V. HEX triplet: 94, 7B and CB. RGB value is (148,123,203). Sum of RGB (Red+Green+Blue) = 148+123+203=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #947BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BCB is #6B8434. Grayscale: #8B8B8B. Windows color (decimal): -7046197 or 13335444. OLE color: 13335444.

HSL color Cylindrical-coordinate representation of color #947BCB: hue angle of 258.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947BCB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 123 203 -
CMYK 0.27 0.39 0 0.20
HSL 258.75º 0.43% 0.64% -
HSV(B) 258.75º 0.39% 0.8% -
XYZ 30.08 24.77 59.7 -
YUV 139.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 148 123 203 0.27 0.39 0 0.20 258.75 0.43 0.64
Hex 94 7B CB 1B 27 0 14 103 2B 40
Octal 224 173 313 33 47 0 24 403 53 100
Binary 10010100 1111011 11001011 11011 100111 0 10100 100000011 101011 1000000

Color Harmonies of #947BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BCB

Black with #947BCB

Text Example


Text Example

White with #947BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947BCB; }

 p { color: rgb(148,123,203); }

 H1.HeaderClassName
 {
   color: #947BCB;
 }
 .AnyTagClassName
 {
   color: #947BCB;
 }
</style>

background-color css

<style>
 a { background-color: #947BCB; }

 a { background-color: rgb(148,123,203); }

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

border-color css

<style>
 span { border-color: #947BCB; }

 span { border-color: rgb(148,123,203); }

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